home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / cot.z / cot
Encoding:
Text File  |  1998-10-30  |  2.5 KB  |  77 lines

  1. COT(3M)                                                Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      CCOOTT, DDCCOOTT - Computes cotangent
  6.  
  7. SSYYNNOOPPSSIISS
  8.      UNICOS and UNICOS/mk systems:
  9.  
  10.      CCOOTT (([XX==]_x))
  11.  
  12.      UNICOS, UNICOS/mk, and IRIX systems:
  13.      DDCCOOTT (([XX==]_x))
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, and IRIX systems
  17.  
  18. SSTTAANNDDAARRDDSS
  19.      Compiler extension to Fortran 90
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.      CCOOTT is the generic function name.  CCOOTT and DDCCOOTT are elemental
  23.      functions for the CF90 compiler.
  24.  
  25.      These functions evaluate _y = cot(_x).
  26.  
  27.    CCAALL RReeggiisstteerr UUssaaggee ((CCrraayy RReesseeaarrcchh SSyysstteemmss OOnnllyy))
  28.      Scalar CCOOTT:  CCOOTT%% (call-by-register)
  29.           on entry   (S1) = argument
  30.           on exit    (S1) = result
  31.  
  32.      Vector CCOOTT:  %%CCOOTT%% (call-by-register)
  33.           on entry   (V1) = argument vector
  34.           on exit    (V1) = result vector
  35.  
  36.  
  37.      Scalar DDCCOOTT:  DDCCOOTT%% (call-by-register)
  38.           on entry   (S1) and (S2) = argument
  39.           on exit    (S1) and (S2) = result
  40.  
  41.      Vector DDCCOOTT:  %%DDCCOOTT%% (call-by-register)
  42.           on entry   (V1) and (V2) = argument vector
  43.           on exit    (V1) and (V2) = result vector
  44.  
  45.    AArrgguummeenntt R2Ra5annggee
  46.      |_x| < 2
  47.                                        25
  48.      On UNICOS/mk systems, |_x| < pi * 2
  49.  
  50.      DDCCOOTT:
  51.             45
  52.      |_x| < 2
  53.  
  54. NNOOTTEESS
  55.      DDCCOOTT is an outmoded routine for the CF90 compiler.  Refer to the
  56.      _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _3, publication SR-3905, for
  57.      information about outmoded features and their preferred standard
  58.      alternatives.
  59.  
  60.      The name of this intrinsic can be passed as an argument.
  61.  
  62. RREETTUURRNN VVAALLUUEESS
  63.      CCOOTT returns the real cotangent of its real argument.
  64.  
  65.      DDCCOOTT returns the double-precision cotangent of its double-precision
  66.      argument.
  67.  
  68.      On CRAY T90 systems that support IEEE arithmetic, the following return
  69.      values occur:
  70.                                  25
  71.           CCOOTT((_x)) = NaN if |_x| > 2   * pi or _x = NaN
  72.  
  73. SSEEEE AALLSSOO
  74.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  75.      printed version of this man page.
  76.  
  77.